home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_114.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  375 b   |  11 lines

  1. Inputs: InList; Item; N1; [N2; ...]
  2. Outputs: OutList
  3.  
  4. Inputs: list; any; integer; [integer; ...]
  5. Outputs: list
  6.  
  7. OutList is InList with the indexed element replaced with Item. If indices are N1 and N2, OutList is the list with the N2th element of the N1th list in InList replaced by Item. This primitive does not copy InList but directly replaces the indexed element!
  8.  
  9. Lists
  10.  
  11.